home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / Browsing / httrack-3.09e2.exe / {app} / src_win / WinHTTrack / OptionTab7.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-17  |  1.4 KB  |  55 lines

  1. #if !defined(AFX_OPTIONTAB7_H__E6FA3FE8_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_OPTIONTAB7_H__E6FA3FE8_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // OptionTab7.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // COptionTab7 dialog
  12.  
  13. class COptionTab7 : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(COptionTab7)
  16.  
  17. // Construction
  18. public:
  19.     COptionTab7();
  20.     ~COptionTab7();
  21.   char* GetTip(int id);
  22.   int modify;
  23.  
  24. // Dialog Data
  25.     //{{AFX_DATA(COptionTab7)
  26.     enum { IDD = IDD_OPTION7 };
  27.     CString    m_url2;
  28.     //}}AFX_DATA
  29.  
  30.  
  31. // Overrides
  32.     // ClassWizard generate virtual function overrides
  33.     //{{AFX_VIRTUAL(COptionTab7)
  34.     protected:
  35.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36.     //}}AFX_VIRTUAL
  37.  
  38. // Implementation
  39. protected:
  40.     // Generated message map functions
  41.     //{{AFX_MSG(COptionTab7)
  42.     afx_msg void OnAdd1();
  43.     afx_msg void OnAdd2();
  44.     virtual BOOL OnInitDialog();
  45.     //}}AFX_MSG
  46.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  47.     DECLARE_MESSAGE_MAP()
  48.  
  49. };
  50.  
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53.  
  54. #endif // !defined(AFX_OPTIONTAB7_H__E6FA3FE8_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  55.